adwaita: don't extent %link in linkbuttons
authorTimm Bäder <mail@baedert.org>
Sun, 12 Apr 2020 09:17:46 +0000 (11:17 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 17 Apr 2020 13:21:00 +0000 (15:21 +0200)
We already do that for the label inside the button.

gtk/theme/Adwaita/_common.scss

index 5d2c1cdb39a571bd02daba252a2432f4cd4c85a9..4361e6979eb4424b054a5b98fc52c95ece0cb7b6 100644 (file)
@@ -1084,8 +1084,6 @@ button:link,
 button:visited {
   @extend %undecorated_button;
 
-  @extend %link;
-
   text-shadow: none;
 
   &:hover,